home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000328_news@newsmaster….columbia.edu _Thu Jun 19 14:30:21 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA14909
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 19 Jun 1997 14:30:21 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA13026
  7.     for kermit.misc@watsun; Thu, 19 Jun 1997 14:30:20 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Microcom HD/FAST with Kermit
  12. Date: 19 Jun 1997 18:30:15 GMT
  13. Organization: Columbia University
  14. Lines: 34
  15. Message-ID: <5obtrn$cmv$1@newsmaster.cc.columbia.edu>
  16. References: <33A7F5E7.6C82@sag.gmeds.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7190
  19.  
  20. In article <33A7F5E7.6C82@sag.gmeds.com>,
  21. Steve Curtin  <curtins@sag.gmeds.com> wrote:
  22. : I am trying to get Kermit to work with a Microcom HD/FAST V.34 Modem
  23. : (Rack mount).  The problem I'm encountering is that the HD/FAST doesn't
  24. : respond with "OK" it responds with "VAL".
  25. :
  26. That means it is set to use the ITU-T (nee CCITT) V.25bis command set
  27. rather than the Hayes one.
  28.  
  29. : I've tried changing the results codes to short (v0\v0), adding the modem
  30. : to ckudia.c and recompiling (with wake_prompt set to "VAL") and anything
  31. : else I could think of.
  32. :
  33. The current version of C-Kermit is 6.0:
  34.  
  35.   http://www.columbia.edu/kermit/ck60.html
  36.  
  37. It is supposed to handle V.25bis if you tell it to:
  38.  
  39.   set modem type itu-t-v25bis
  40.  
  41. : I still get "DIAL Failure: Error initializing modem."  I set logging to
  42. : debug and saw that VAL was being returned, but it seems that "getok"
  43. : dosen't recognize it.  Is there something else I need to set?  Is there a
  44. : way to make the modem return "OK" or "0"?  Any help is appreciated.
  45. If "set modem type itu-t-v25bis" does not work, let me know.
  46.  
  47. Of course, you should also be able to set your modems to use the Hayes
  48. command set -- I don't think Microcom sells any V.25bis-only modems.  Look
  49. in your manual to find out how to do this.  But first try using C-Kermit to
  50. control them in V.25bis mode and let me know how it goes.
  51.  
  52. - Frank